Skip to content

feat: add preference to disable daily tips after slicing#10823

Open
BenJule wants to merge 3 commits into
bambulab:masterfrom
BenJule:fix/3142-disable-daily-tips
Open

feat: add preference to disable daily tips after slicing#10823
BenJule wants to merge 3 commits into
bambulab:masterfrom
BenJule:fix/3142-disable-daily-tips

Conversation

@BenJule
Copy link
Copy Markdown

@BenJule BenJule commented May 20, 2026

Summary

Users had no way to permanently turn off the daily tips panel that appears in the slicing notification. Added a "Show daily tips after slicing" checkbox to Preferences → Home page and daily tips (config key: show_daily_tips).

When unchecked:

  • DailyTipsWindow::open() returns early without showing tips
  • SlicingProgressNotification skips the separator and tips child window entirely, collapsing the notification to its compact progress-only height

The existing commented-out preference code already used this config key — it just needed to be uncommented and the guard added in the rendering path.

Test plan

  • Open Preferences → uncheck "Show daily tips after slicing"
  • Slice any model → no daily tips panel, notification is compact
  • Re-enable the option → tips panel reappears after next slice

Closes #3142

BenJule added 3 commits May 21, 2026 10:52
The upstream build_all.yml only listed 'main' as a push trigger.
BenJule/BambuStudio uses 'master' as its default branch, so CI never
fired on fork-local pushes. Adding 'master' alongside 'main' makes
the full multi-platform build run when master is updated.
Users had no way to permanently turn off the daily tips panel that
appears in the slicing notification.  Add a 'Show daily tips after
slicing' checkbox to Preferences.  When unchecked:
- DailyTipsWindow::open() returns early without showing tips
- SlicingProgressNotification skips the separator + tips panel,
  collapsing the notification to its compact progress-only height

Config key: show_daily_tips (default: enabled)

Closes bambulab#3142
@BenJule BenJule force-pushed the fix/3142-disable-daily-tips branch from 7cd8880 to 6dd1a90 Compare May 21, 2026 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Option to remove Daily Tips popups

1 participant